getDateValue3

abstract fun getDateValue3(): Date

Gets the third generic value, attempting to interpret it as a Date. See getDateValue1 for notes on date formats and error handling.

Return

The third value as a Date, or null if parsing fails or the value is not applicable.